home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Docs / readmefirst < prev    next >
Text File  |  1995-05-19  |  6KB  |  119 lines

  1. Just a quick question-and-answer file.
  2.  
  3. - What is tracker, what do I need to use it ?
  4. tracker is a generic soundtracker player for unix-like machines. 
  5. You need an amiga or a sparcstation or an siligon graphics iris, 
  6. or a PC with unix and soundblaster, or a DECstation, or an HP700... 
  7. Your machine should be able to produce sounds, that goes without 
  8. saying. You also need tunes to play (mod files). Some are available 
  9. on nic.funet.fi, for instance.
  10.  
  11. You will also want to get zoo and lha for your machines. 
  12. They should be on nic.funet.fi or aminet.
  13.  
  14. - How to compile it ?
  15. The Makefile should be self-explanatory. Mostly you need to set it up
  16. for your machine. The sparc/solaris target depends on which version
  17. of sunos you've got. You will notice if you set it up incorrectly.
  18. Right now, solaris is still a mess, so some hacking around might be needed.
  19. For the amiga and SAS/C, a smakefile is provided.
  20. There are still some obscure problems with NeXt and other machines...
  21. I can't check everything myself, so you might just be on your own in some
  22. cases.
  23.  
  24. - How to use it ?
  25. tracker -help will give you a good idea of what's available.
  26.  
  27. - How does it compare with SparcTracker, or str32 ?
  28. Well it's better... No, actually it's the same program, but the name has
  29. changed as it was evolving.  So anything labelled SparcTracker100, 
  30. SparcTracker1.1, or sparctracker1.2 is OLD.  Don't send me any bug reports
  31. about these older versions, this is useless.  Well, I'll try not to change
  32. the name of the program again...
  33.  
  34. - How does it compare with other trackers on the amiga ?
  35. First, its interface is not very friendly. 
  36. But then, its source is in C, so it's easy to fix what you don't
  37. like, and it should get better over time. Also, it plays entirely by the
  38. rules, so it should work with any foreseeable releases of the OS, or even
  39. with audio cards that patch the audio.device in a reasonable way.
  40. However, there is more to it than meets the eye. The way tracker works is
  41. rather more intricate than most other players, and it should solve most
  42. timing problem in a rather elegant way.
  43.  
  44. - Which kind of modules can it play ?
  45. MOST soundtracker/noiseplayer/protracker modules should play out ok. Due
  46. to various disagreements between all the soundtracker versions (never forget
  47. soundtracker is an horrible HACK, a big KLUDGE), it is a *REAL* nightmare to
  48. try and make some commands work. What you have is my best effort at trying
  49. to outguess every soundtracker composer in existence... Obviously, I haven't
  50. completely succeeded. MED support I've thought of, but don't forget, to
  51. make tracker work, I need to reverse-engineer assembly routines coded like
  52. spaghetti, and transform it into more or less human-readable, normal C code.
  53. So up till now, I haven't had time enough to do the same with MED. Teijo's
  54. code is not exactly limpid, MEDplayer itself tends to change from release to
  55. release. So maybe one day...
  56.  
  57. Actually, if you know other player programs, you will notice that tracker is
  58. better at that compatibility game than most of them, like <BLIP>, <BLOP> or <ZP>
  59. (names intentionnally omitted:-) )
  60.  
  61. - What are these weird things scrolling on my screen ?
  62. These are some informations on the current module, like its name,
  63. the distinct sample lengths and their names. 
  64. Oh, you mean -scroll ? Well, this is the tune being played. Get any protracker
  65. doc, I think you'll understand what's going on.
  66. There is some niftier stuff in the most recent version, like color, and 
  67. general information in the xterm title bar...
  68.  
  69. - I can't change the volume of the sound.
  70. That's intentional. There are other programs that do that quite well.
  71. What you really want is an audio control panel. There are some nifty ones
  72. around, just search carefully. There is no real need for tracker to support 
  73. variable volume.
  74.  
  75. - I want to use tracker on another machine.
  76. Then you'll have to port it. You can wedge in at two levels: either replace
  77. the audio.c file or the xxx_audio.c. The audio.c works at the amiga level:
  78. it interprets commands to play samples and repeat parts in terms of 
  79. resampling them at the right frequency. If your machine supports four fully
  80. independent channels (like the amiga), you shouldn't have to resample, but
  81. instead issue the proper commands for these samples to play.
  82. Else, you'll have to use resampling, and going through a specialized xxx/audio
  83. file. The examples you have should be quite enough.
  84. If your unix is funky enough, define your machine to use stubs in Unix/ui.c 
  85. at first, then try to get it back into action...
  86. If you make tracker run on another machine, please send me the required changes.
  87. Try to keep it to the audio.c xxx/audio.c and xxx/ui.c file If you make any
  88. other enhancement, I might like to incorporate it in a further release, but
  89. that part of the code may have evolved beyond control in between. xxx/audio
  90. files I can grope !
  91.  
  92. - How do I know which version I have ?
  93. Look at the version strings embedded in the various source files, and into
  94. the program itself. The highest one is the winner (usually the one from 
  95. main.c).
  96.  
  97. - What's going to happen next ?
  98. <from v 3.19>
  99. Porting tracker back to the amiga was very insightful. Even though I didn't
  100. have to change the source much, I now have lots of ideas about things to add
  101. and change throughout the whole source. The next version will probably be
  102. sturdier, easier to modify, and it will probably possible to hook a real
  103. graphic interface somewhere. Also, I intend to implement better recognition
  104. of various variants of the tracker format at some point, and even MED support
  105. maybe. There will probably be some interface to sox in the near future, plus
  106. some sturdier tools to read modules, extract samples from them, and compress
  107. them better (using gzip/lha/zip to compress the module part, and shorten
  108. for the samples part).
  109.  
  110. Well, the code IS sturdier and easier to modify now, and the amiga version
  111. features a fully graphic user interface. I don't intend to add an X window
  112. interface to the unix version in the near future as I don't have the time.
  113. However, all the hooks are there, so if you want to do it, go ahead.
  114. Recognition of Med format files still turns out to be a rather nasty problem,
  115. especially since there are so many incompatible MED formats, and so little
  116. documentation. Tikkunen is a good programmer, but a poor doc writer...
  117.  
  118.     Marc Espie
  119.